home *** CD-ROM | disk | FTP | other *** search
/ PC Answers 2003 September / PC Answers September 2003.iso / Software / trial / AutoMate 5.0.4.1 / automate5_eval_setup.exe / TaskEdit.exe / 0 / RCDATA / TFRMPINGMACHINE / TFRMPINGMACHINE.txt
Encoding:
Text File  |  2003-01-14  |  3.1 KB  |  133 lines

  1. inherited frmPingMachine: TfrmPingMachine
  2.   Left = 418
  3.   Top = 140
  4.   HelpContext = 71
  5.   Caption = 'Ping Machine'
  6.   OldCreateOrder = True
  7.   OnShow = FormShow
  8.   PixelsPerInch = 96
  9.   TextHeight = 13
  10.   inherited pnlTop: TPanel
  11.     inherited lblCommandName: TLabel
  12.       Caption = 'Ping Machine'
  13.     end
  14.     inherited memActionDesc: TMemo
  15.       Lines.Strings = (
  16.         
  17.           'Sends a "ping" request  to a computer.  Ping is used to test ser' +
  18.           'ver response times '
  19.         
  20.           'on a TCP/IP network.  If the computer does not respond within th' +
  21.           'e time specified, '
  22.         'the step generates an error.')
  23.     end
  24.   end
  25.   inherited pnlCenter: TPanel
  26.     inherited pgcControlPage: TPageControl
  27.       inherited tbsAM5Main: TTabSheet
  28.         object Label1: TLabel
  29.           Left = 10
  30.           Top = 16
  31.           Width = 78
  32.           Height = 13
  33.           Caption = '&Hostname or IP:'
  34.           FocusControl = edtHostName
  35.         end
  36.         object Label2: TLabel
  37.           Left = 10
  38.           Top = 65
  39.           Width = 89
  40.           Height = 13
  41.           Caption = '&Time to wait (sec):'
  42.           FocusControl = edtTimeout
  43.         end
  44.         object Label3: TLabel
  45.           Left = 10
  46.           Top = 114
  47.           Width = 237
  48.           Height = 13
  49.           Caption = 'Populate &variable with relay time (in milliseconds):'
  50.           FocusControl = edtVarName
  51.         end
  52.         object lblHostIP: TLabel
  53.           Left = 10
  54.           Top = 158
  55.           Width = 164
  56.           Height = 13
  57.           Caption = 'Populate &variable with IP address.'
  58.           FocusControl = cbxIPAddressReturn
  59.           Visible = False
  60.         end
  61.         object edtHostName: TEdit
  62.           Left = 10
  63.           Top = 32
  64.           Width = 449
  65.           Height = 21
  66.           TabOrder = 0
  67.         end
  68.         object edtTimeout: TEdit
  69.           Left = 10
  70.           Top = 81
  71.           Width = 112
  72.           Height = 21
  73.           TabOrder = 1
  74.           Text = '10'
  75.         end
  76.         object edtVarName: TAM5VarListComboBox
  77.           Left = 10
  78.           Top = 130
  79.           Width = 224
  80.           Height = 21
  81.           ItemHeight = 13
  82.           TabOrder = 2
  83.         end
  84.         object cbxIPAddressReturn: TAM5VarListComboBox
  85.           Left = 10
  86.           Top = 174
  87.           Width = 224
  88.           Height = 21
  89.           ItemHeight = 13
  90.           TabOrder = 3
  91.           Visible = False
  92.         end
  93.       end
  94.     end
  95.   end
  96.   inherited taclKeyboardTrap: TActionList
  97.     Left = 200
  98.   end
  99.   inherited dxSIBarManager: TdxBarManager
  100.     Categories.ItemsVisibles = (
  101.       2)
  102.     Categories.Visibles = (
  103.       True)
  104.     PopupMenuLinks = <
  105.       item
  106.         Control = lsvAM5Errors
  107.         PopupMenu = dxCheckPopup
  108.       end>
  109.     DockControlHeights = (
  110.       0
  111.       0
  112.       0
  113.       0)
  114.   end
  115.   inherited dxCheckPopup: TdxBarPopupMenu
  116.     ItemLinks = <
  117.       item
  118.         Item = itmCheckAllErrors
  119.         UserGlyph.Data = {00000000}
  120.         Visible = True
  121.       end
  122.       item
  123.         Item = itmCheckNoErrors
  124.         UserGlyph.Data = {00000000}
  125.         Visible = True
  126.       end>
  127.   end
  128.   inherited IvTranslator1: TIvTranslator
  129.     Left = 232
  130.     Top = 348
  131.   end
  132. end
  133.